You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary of the results of the build (if available):
Click to see traceback logs
Note: switching to '5a7c9d25588ba41cfd93ec32ccdb67e4519b1d74'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 5a7c9d25588ba [3.14] gh-155894: Fix wait_for() docs claiming a coroutine is wrapped in a Task (#156039)
Switched to and reset branch '3.14'
find: ‘build’: No such file or directoryfind: ‘build’: No such file or directoryfind: ‘build’: No such file or directoryfind: ‘build’: No such file or directorymake[2]: [Makefile:3398: clean-retain-profile] Error 1 (ignored)./Modules/socketmodule.c: In function ‘getsockaddrarg’:
./Modules/socketmodule.c:2646:9: warning: ‘strncpy’ specified bound 64 equals destination size [-Wstringop-truncation]
2646 | strncpy((char *)sa->salg_name, name, sizeof(sa->salg_name));
|^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ar: unable to copy file 'libpython3.14.a'; reason: No space left on devicemake[2]: *** [Makefile:1180: libpython3.14.a] Error 1make[1]: *** [Makefile:1012: profile-gen-stamp] Error 2make: *** [Makefile:1024: profile-run-stamp] Error 2
Summary of the results of the build (if available):
Click to see traceback logs
Note: switching to '5a7c9d25588ba41cfd93ec32ccdb67e4519b1d74'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 5a7c9d25588 [3.14] gh-155894: Fix wait_for() docs claiming a coroutine is wrapped in a Task (#156039)
Switched to and reset branch '3.14'
ar: unable to copy file 'libpython3.14.a'; reason: No space left on devicemake: *** [Makefile:1180: libpython3.14.a] Error 1
Summary of the results of the build (if available):
==
Click to see traceback logs
Traceback (most recent call last):
File "/home/buildbot-worker/cstratak-fedora-stable-x86_64/3.14.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_zipfile/test_core.py", line 569, in test_append_to_concatenated_zip_file
f.write(data)
~~~~~~~^^^^^^OSError: [Errno 28] No space left on device
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix wait_for() docs claiming a coroutine is wrapped in a Task
Manual backprort of #155895 for 3.14
asyncio.wait_for()docs still say a coroutine is wrapped in a Task #155894